github.com/refraction-networking/utls.Conn.clientSessionCacheKey (method)
8 uses
github.com/refraction-networking/utls (current package)
handshake_client.go#L297: if cacheKey := c.clientSessionCacheKey(); cacheKey != "" {
handshake_client.go#L428: cacheKey := c.clientSessionCacheKey()
handshake_client.go#L1065: cacheKey := c.clientSessionCacheKey()
handshake_client.go#L1332: func (c *Conn) clientSessionCacheKey() string {
handshake_client_tls13.go#L1074: if cacheKey := c.clientSessionCacheKey(); cacheKey != "" {
quic.go#L327: cacheKey := c.clientSessionCacheKey()
u_handshake_client.go#L461: if cacheKey := c.clientSessionCacheKey(); cacheKey != "" {
u_pre_shared_key.go#L345: if session, ok := uc.config.ClientSessionCache.Get(uc.clientSessionCacheKey()); !ok || session == nil {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |